home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / pwdmodule.h < prev    next >
Text File  |  1999-04-25  |  248b  |  5 lines

  1. static PyObject *mkpwent ( struct passwd *p );
  2. static PyObject *pwd_getpwuid ( PyObject *self , PyObject *args );
  3. static PyObject *pwd_getpwnam ( PyObject *self , PyObject *args );
  4. static PyObject *pwd_getpwall ( PyObject *self , PyObject *args );
  5.